Skip to content

Commit

Permalink
SpiceyPy 1.1.1
Browse files Browse the repository at this point in the history
* Changed version to 1.1.1 to follow Semantic Versioning
* Updated change Log
  • Loading branch information
AndrewAnnex committed Apr 23, 2017
1 parent 5143d46 commit d8d1167
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor/meta.yaml
@@ -1,6 +1,6 @@
package:
name: spiceypy
version: "1.2.0.dev0"
version: "1.1.1"

source:
path: ../
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit d8d1167

Please sign in to comment.