Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Feb 19, 2021
1 parent 137678f commit 1ef43ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pgsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = 'Tolu Aina'
__email__ = '[email protected]'
__version__ = '1.1.26'
__version__ = '1.1.27'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.26
current_version = 1.1.27
commit = True
tag = True

Expand Down
10 changes: 10 additions & 0 deletions tests/test_env_vars.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""Env vars tests."""
import pytest


@pytest.mark.usefixtures('table_creator')
class TestEnvVars(object):
"""Env vars tests."""

def test_env_vars(self):
pass

0 comments on commit 1ef43ee

Please sign in to comment.