Skip to content

Commit

Permalink
bump version for v23.1.1dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 19, 2023
1 parent 649d643 commit d2df6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glom/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (23, 1, 0, "")
version_info = (23, 1, 1, "dev")
__version__ = '.'.join([str(part) for part in version_info if part or part == 0])
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
* bump docs/conf.py version
* git commit
* write CHANGELOG
* git tag -a vx.y.z -m "brief summary"
* git commit
* git tag -a vx.y.z -m "brief summary"
* bump glom/_version.py onto n+1 dev
* git commit
* git push
Expand Down

0 comments on commit d2df6af

Please sign in to comment.