Skip to content

Commit

Permalink
see version 2.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Svinokur committed Jul 31, 2021
1 parent 2f232d6 commit 190d6dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ simple_sqlite/*.log
simple_sqlite/test/__pycache__/*.pyc
.DS_Store
simple_sqlite/util/__pycache__/*.pyc
build/*
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[2.1.1] 31/07/2021
This code was written and tested on Python 3.9.6

# Fixes

- Minor fixes

[2.1.0] 25/07/2021
This code was written and tested on Python 3.9.6

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='simple_sqlite',
version='2.1.0',
version='2.1.1',
description='This package can help you using sqlite3 library much easier and faster.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -24,6 +24,6 @@
license='MIT',
classifiers=classifiers,
keywords=keywords,
packages=['simple_sqlite'],
packages=['simple_sqlite', 'simple_sqlite/util'],
install_requires=[]
)
Empty file added simple_sqlite/util/__init__.py
Empty file.

0 comments on commit 190d6dc

Please sign in to comment.