Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit f5a81c0

Browse files
author
afabiani
committed
- Bump to version 3.0.4
1 parent 9517c8f commit f5a81c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.0.4 [2020-02-10]
2+
------------------
3+
4+
* [Preserve python 2.7 back-compatibility](https://github.com/GeoNode/geonode-avatar/issues/8)
5+
16
3.0.3 [2020-02-10]
27
------------------
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from setuptools import setup, find_packages
1818

19-
version = '3.0.3'
19+
version = '3.0.4'
2020

2121
# Parse requirements.txt to get the list of dependencies
2222
inst_req = parse_requirements('requirements.txt',

0 commit comments

Comments
 (0)