Skip to content

Commit

Permalink
Merge pull request #61 from foundryservices/v3.0.0-release-notes
Browse files Browse the repository at this point in the history
v3.0.0 Release Notes
  • Loading branch information
peterc-yuma authored Dec 20, 2024
2 parents c44978f + 1a5ebd8 commit 56723ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Release Notes
=============

2.3.0
3.0.0
-----
Released on
- Reduce dependencies required to deploy miners and validators
- Move top level files to sensible locations
- Enahnce README with badges and other cosmetic updates
Released on Testnet December 20th 2024
- Require open sourcing on HuggingFace
- Leverage Poetry for dependency management
- Enhance README instructions


2.2.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snp_oracle"
version = "2.2.1"
version = "3.0.0"
description = ""
authors = ["Foundry Digital"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def setUp(self):
def test_package_version(self):
# Check that version is as expected
# Must update to increment package version successfully
self.assertEqual(__version__, "2.2.1")
self.assertEqual(__version__, "3.0.0")

0 comments on commit 56723ec

Please sign in to comment.