Skip to content

Commit 1351475

Browse files
committed
SpiceyPy 2.1.2 Release
* fixes issues related to c_bool usage, now package uses c_int everywhere * changed ctypes/numpy conversions
1 parent 20de234 commit 1351475

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ All notable changes to SpiceyPy will be documented here
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project tries to adhere to [Semantic Versioning](http://semver.org/).
66

7-
## [2.1.2] - UNRELEASED
8-
### Added
7+
## [2.1.2] - 20128-06-17
98
### Changed
109
- numpy to ctypes and back conversions improved
11-
### Deprecated
1210
### Removed
13-
- a few bool related thing:s in support_types
11+
- a few bool related internal things in support_types
1412
### Fixed
1513
- issues relating to c_bool usage. everything is now c_int
1614

appveyor/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: spiceypy
3-
version: "2.1.1"
3+
version: "2.1.2"
44

55
source:
66
path: ../

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def __getattr__(cls, name):
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = '2.1.1'
74+
version = '2.1.2'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '2.1.1'
76+
release = '2.1.2'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def get_tag(self):
294294

295295
setup(
296296
name='spiceypy',
297-
version='2.1.1',
297+
version='2.1.2',
298298
license='MIT',
299299
author='Andrew Annex',
300300
author_email='[email protected]',

0 commit comments

Comments
 (0)