Skip to content

Commit

Permalink
AC-151: Bump version to 1.11.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewiles committed Apr 6, 2023
1 parent d0ae59f commit fb8e531
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

We [keep a changelog.](http://keepachangelog.com/)

## Next version
## 1.11.2

### Added

* Option to force the package metadata update when uploading package.

### Changed

* Make it possible to use a conda-safe package name (underscores) for python wheels.

### Fixed

* Fix upload of large package files.

### Tickets closed

Expand Down
2 changes: 1 addition & 1 deletion binstar_client/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ['__version__']

__version__ = '1.11.1'
__version__ = '1.11.2rc1'

0 comments on commit fb8e531

Please sign in to comment.