Skip to content

Commit

Permalink
bump version for v24.11.1dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Nov 2, 2024
1 parent d296009 commit 920c13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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 = (24, 11, 0)
version_info = (24, 11, 1, 'dev')
__version__ = '.'.join([str(part) for part in version_info if part or part == 0])
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ def import_path(module_name, path):
* git commit (if applicable)
* Bump glom/_version.py off of -dev
* git commit -a -m "bump version for vx.y.z release"
* write CHANGELOG
* bump docs/conf.py version
* git commit
* rm -rf dist/*
* python setup.py sdist bdist_wheel
* twine upload dist/*
* bump docs/conf.py version
* git commit
* write CHANGELOG
* git commit
* git tag -a vx.y.z -m "brief summary"
* bump glom/_version.py onto n+1 dev
* git commit
Expand Down

0 comments on commit 920c13c

Please sign in to comment.