Skip to content

Commit

Permalink
setup: Set the minimum version of ipython-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 16, 2021
1 parent 00ec963 commit bd4d6a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,14 @@
Changelog
=========

0.3.2 (2021-02-16)
------------------

Fixed
~~~~~

- Set the minimum version of ipython-sql.

0.3.1 (2021-02-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -26,7 +26,7 @@
author = 'Open Contracting Partnership'

# The short X.Y version
version = '0.3.1'
version = '0.3.2'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='ocdskingfishercolab',
version='0.3.1',
version='0.3.2',
author='Open Contracting Partnership',
author_email='data@open-contracting.org',
url='https://github.com/open-contracting/kingfisher-colab',
Expand All @@ -20,7 +20,7 @@
'gspread',
'gspread-dataframe',
'ipython',
'ipython-sql',
'ipython-sql~=0.4.0', # Google Colaboratory uses 0.3.x
'libcoveocds',
'notebook',
'oauth2client',
Expand Down

0 comments on commit bd4d6a0

Please sign in to comment.