Skip to content

Commit

Permalink
release pre-process steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrit98 committed Jan 25, 2024
1 parent 8ec92f7 commit e714414
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog


## 6.7.0 / 2024-01-25

## What's Changed
* First docstrings formatting PR by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/1663
* Second docstrings formatting PR by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/1665
* Third docstrings formatting PR by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/1666
* updated mac yaml mac yaml by @dougsillars in https://github.com/opentensor/bittensor/pull/1668
* Fourth docstrings formatting PR by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/1670
* Fifth docstrings formatting PR by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/1671
* ensure branch off from staging and rm old docs by @ifrit98 in https://github.com/opentensor/bittensor/pull/1667
* staging black format fix by @ifrit98 in https://github.com/opentensor/bittensor/pull/1669
* wallet history url for taostats by @ifrit98 in https://github.com/opentensor/bittensor/pull/1672
* take bt.config as a first argument regardless if specified by @ifrit98 in https://github.com/opentensor/bittensor/pull/1664
* Hparams update by @ifrit98 in https://github.com/opentensor/bittensor/pull/1673

## New Contributors
* @rajkaramchedu made their first contribution in https://github.com/opentensor/bittensor/pull/1663
* @dougsillars made their first contribution in https://github.com/opentensor/bittensor/pull/1668

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v6.6.1...v6.7.0


## 6.6.1 / 2024-01-17

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.1
6.7.0
2 changes: 1 addition & 1 deletion bittensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
nest_asyncio.apply()

# Bittensor code and protocol version.
__version__ = "6.6.1"
__version__ = "6.7.0"

version_split = __version__.split(".")
__version_as_int__ = (
Expand Down

0 comments on commit e714414

Please sign in to comment.