Skip to content

Commit

Permalink
Bump for b4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored and twiecki committed Mar 17, 2022
1 parent 07f5847 commit 2db28f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Instead update the vNext section until 4.0.0 is out.
⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠⚠
-->

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

### Not-yet working features
We plan to get these working again, but at this point their inner workings have not been refactored.
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.0b3"
__version__ = "4.0.0b4"

import logging
import multiprocessing as mp
Expand Down

0 comments on commit 2db28f0

Please sign in to comment.