Skip to content

Commit

Permalink
Merge pull request #24 from jojoduquartier/develop
Browse files Browse the repository at this point in the history
adding manifest to include requirements.txt
  • Loading branch information
jojoduquartier committed Feb 21, 2020
2 parents 78a6f35 + 319feba commit fa1ee34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ There was a bug with the way credentials were stored. This caused the whole cred
for a dialect to be replaced. It has been fixed

## [Version 1.0.2]
The snowflake dialect has been added
The snowflake dialect has been added

## [Version 1.0.3]
1.0.2 build didn't have the wheel files and the requirements.txt was not included
the manifest file has been added and a wheel file created
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 1 addition & 1 deletion dsdbmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .configuring import ConfigFilesManager
from .dbobject import DsDbManager, DbMiddleware

__version__ = '1.0.2'
__version__ = '1.0.3'
__configurer__ = ConfigFilesManager()

# first initialize empty files
Expand Down

0 comments on commit fa1ee34

Please sign in to comment.