Skip to content

Commit

Permalink
Prepare for release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natezb committed May 29, 2022
1 parent feb91e9 commit 3cb682e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

(0.7.1) 2022-5-29
-----------------

Added
"""""
- ``pack`` argument for ``build_lib`` to configure struct packing
- ``override`` argument for ``build_lib`` to configure whether repeated declarations are supported.


(0.7) 2021-10-27
----------------

Expand All @@ -10,8 +19,8 @@ Added
- LibFunction kwarg support for Python 3.3 and later
- Path for community edition of Visual Studio (thanks @DerekK88)

Changed
"""""""
Changed
"""""""
- Fixed ``to_py_src`` to handle unsigned int, long int, and double constants
- Consolidated warnings for un-pythonable macros

Expand Down
4 changes: 2 additions & 2 deletions nicelib/__about__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright 2016-2021 Nate Bogdanowicz
# Copyright 2016-2022 Nate Bogdanowicz
import datetime

__distname__ = "NiceLib"
__version__ = "0.7"
__version__ = "0.7.1"
__author__ = "Nate Bogdanowicz"
__email__ = "natezb@gmail.com"
__url__ = 'https://github.com/mabuchilab/NiceLib'
Expand Down

0 comments on commit 3cb682e

Please sign in to comment.