Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
7cc8b34a
Unverified
Commit
7cc8b34a
authored
Jan 04, 2021
by
Benjamin Lefaudeux
Committed by
GitHub
Jan 04, 2021
Browse files
[chore] creating 0.1.3 to align numbering everywhere (#289)
release pip package to follow suit
parent
656fc319
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+5
-0
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
7cc8b34a
...
...
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [next rel] - TBD
## [0.1.3] - 2021-01-04
### Fixed
-
Release numbering within python and from pypi
## [0.1.2] - 2021-01-04
### Added
...
...
fairscale/__init__.py
View file @
7cc8b34a
...
...
@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
__version__
=
"0.1.
2
"
__version__
=
"0.1.
3
"
################################################################################
# Import most common subpackages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment