diff --git a/CHANGES.rst b/CHANGES.rst index f517f0514..f4d370b5e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changes ======= +Snovault 1.0.67 (released) encoded v129.2 +----------------------------------------- +1. SNO2-21-files-crash (#399) + Snovault 1.0.66 (released) encoded v129.0 ----------------------------------------- 1. ENCM-89-support-big-image-attachments (#390) diff --git a/setup.py b/setup.py index bacedb0e6..5c7d0bcaf 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.rst')).read() CHANGES = open(os.path.join(here, 'CHANGES.rst')).read() -VERSION = "1.0.66" +VERSION = "1.0.67" INSTALL_REQUIRES = [