File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- version_info = (24 , 11 , 0 )
1+ version_info = (24 , 11 , 1 , 'dev' )
22__version__ = '.' .join ([str (part ) for part in version_info if part or part == 0 ])
Original file line number Diff line number Diff line change @@ -72,13 +72,12 @@ def import_path(module_name, path):
7272* git commit (if applicable)
7373* Bump glom/_version.py off of -dev
7474* git commit -a -m "bump version for vx.y.z release"
75+ * write CHANGELOG
76+ * bump docs/conf.py version
77+ * git commit
7578* rm -rf dist/*
7679* python setup.py sdist bdist_wheel
7780* twine upload dist/*
78- * bump docs/conf.py version
79- * git commit
80- * write CHANGELOG
81- * git commit
8281* git tag -a vx.y.z -m "brief summary"
8382* bump glom/_version.py onto n+1 dev
8483* git commit
You can’t perform that action at this time.
0 commit comments