diff --git a/CHANGELOG.md b/CHANGELOG.md index def8c84e..10e304fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ All notable changes to SpiceyPy will be documented here The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project tries to adhere to [Semantic Versioning](http://semver.org/). -## [unreleased] +## [unreleased] + +## [1.1.1] - 2017-04-23 +### Added +- added python3.6 builds + +### Fixed +- fixed formatting on changelog +- fixed issues with rtd builds + ### Changed - version updated -- fixed formatting on changelog +- converted all downloads to use https ## [1.1.0] - 2016-10-19 ### Added diff --git a/appveyor/meta.yaml b/appveyor/meta.yaml index d83c8b64..2e46f1a2 100644 --- a/appveyor/meta.yaml +++ b/appveyor/meta.yaml @@ -1,6 +1,6 @@ package: name: spiceypy - version: "1.2.0.dev0" + version: "1.1.1" source: path: ../ diff --git a/docs/conf.py b/docs/conf.py index 57165971..404a4fb1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,9 +71,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '1.2.0.dev0' +version = '1.1.1' # The full version, including alpha/beta/rc tags. -release = '1.2.0.dev0' +release = '1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 353c407d..016bfe5e 100644 --- a/setup.py +++ b/setup.py @@ -206,7 +206,7 @@ def windows_method(): setup( name='spiceypy', - version='1.2.0.dev0', + version='1.1.1', license='MIT', author='Andrew Annex', author_email='ama6fy@virginia.edu',