Skip to content

Commit

Permalink
Follow PEP 440 for beta version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Dec 15, 2021
1 parent 4766f06 commit cc3129d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Instead update the vNext section until 4.0.0 is out.
⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠
-->

## PyMC vNext (4.0.0-beta1 → 4.0.0-beta2 → 4.0.0)
## PyMC vNext (4.0.0b1 → 4.0.0b2 → 4.0.0)
⚠ The changes below are the delta between the upcoming releases `v3.11.5` →...→ `v4.0.0`.

### No-yet working features
Expand Down
2 changes: 1 addition & 1 deletion pymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# pylint: disable=wildcard-import
__version__ = "4.0.0-beta1"
__version__ = "4.0.0b1"

import logging
import multiprocessing as mp
Expand Down

0 comments on commit cc3129d

Please sign in to comment.