Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Aug 16, 2020
1 parent cff857a commit 45dffcf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
@@ -1,7 +1,7 @@
HISTORY
-------

X.Y.Z ()
2.2.2 (2020-08-16)
++++++++++++++++++
- fixed usage of django-suit for admin interface.
- allow partial match to voucher code, genus, species, accession numbers, gene_codes
Expand All @@ -10,6 +10,7 @@ X.Y.Z ()
- References to vouchers from Sequence objects will show voucher code, genus and
species.
- dropped support for python 3.5
- added config.json for initial deployment.

2.2.1 (2020-06-28)
++++++++++++++++++
Expand Down
11 changes: 11 additions & 0 deletions config.json
@@ -0,0 +1,11 @@
{
"SECRET_KEY": "create_a_secret_key",
"DB_USER": "postgres",
"DB_PASS": "",
"DB_NAME": "voseq",
"DB_PORT": "5432",
"DB_HOST": "localhost",
"GOOGLE_MAPS_API_KEY": "get_a_google_map_api_key",
"PHOTOS_REPOSITORY": "local",
"ELASTICSEARCH": "false"
}
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -57,7 +57,6 @@
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion voseq/__init__.py
@@ -1 +1 @@
__version__ = '2.2.0'
__version__ = '2.2.2'

0 comments on commit 45dffcf

Please sign in to comment.