Skip to content

Commit

Permalink
bump version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Dec 3, 2022
1 parent 12f103d commit e56cf0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To release a new version:

1. Update CHANGELOG.md
2. Bump version at the top of sqlitedict.py
2. Bump version
3. Test!
4. Add a tag and push it to upstream

Expand All @@ -18,6 +18,13 @@ release/summarize_pr.py {prid}

and copy-paste the result into CHANGELOG.md

## Bumping version

Do this in two places:

1. sqlitedict.py
2. setup.py

## Testing

Run:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self):

setup(
name='sqlitedict',
version='2.0.0',
version='2.1.0',
description='Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.',
long_description=read('README.rst'),

Expand Down

0 comments on commit e56cf0c

Please sign in to comment.