Skip to content

Commit

Permalink
Bump version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskempf57 committed Nov 7, 2024
1 parent 5aea8de commit 36689d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current (in progress)
## 6.0.0 (2024-11-07)

- Add beta admin `dataservice` page [#558](https://github.com/datagouv/udata-front/pull/558)
- Add Dataservice publishing form [#358](https://github.com/datagouv/udata-front/pull/559)
Expand Down
2 changes: 1 addition & 1 deletion udata_front/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
udata customizations for data.gouv.fr
'''

__version__ = '5.2.5.dev'
__version__ = '6.0.0'
__description__ = 'udata customizations for data.gouv.fr'

APIGOUVFR_EXTRAS_KEY = 'apigouvfr:apis'
Expand Down

0 comments on commit 36689d0

Please sign in to comment.