Skip to content

Commit

Permalink
Bumpversion added
Browse files Browse the repository at this point in the history
  • Loading branch information
histrio committed Nov 6, 2015
1 parent 52a3c65 commit 5859759
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[bumpversion]
current_version = 1.14.1

[bumpversion:file:setup.py]
[bumpversion:file:src/__init__.py]

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ target/
.idea/
*.ipr
*.iws

.env/
2 changes: 1 addition & 1 deletion pycouchdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Andrey Antukh"
__license__ = "BSD"
__version__ = "1.14"
__version__ = "1.14.1"
__maintainer__ = "Rinat Sabitov"
__email__ = "rinat.sabitov@gmail.com"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author_email="niwi@niwi.be",
maintainer='Rinat Sabitov',
maintainer_email='rinat.sabitov@gmail.com',
version='1.14',
version='1.14.1',
packages=[
"pycouchdb",
],
Expand Down
5 changes: 5 additions & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ def test_replicate_create(self):
self.s.delete("testing2")


class ResourceTest(unittest.TestCase):
pass



class DatabaseTests(unittest.TestCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 5859759

Please sign in to comment.