Skip to content

Commit 2492849

Browse files
authored
Revert "chore: prepare v7.2.0 (#1345)"
This reverts commit 0f7fec1.
1 parent 0f7fec1 commit 2492849

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

CHANGELOG.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
-->
5-
## Version 7.1.0
6-
### Dependencies
7-
- ([\#1323](https://github.com/desmos-labs/desmos/pull/1343)) Bumped `cosmos-sdk` to `v0.47.13`
8-
- ([\#1324](https://github.com/desmos-labs/desmos/pull/1344)) Bumped `wasmvm` to `v1.5.3`
9-
105
## Version 7.1.0
116
### Dependencies
127
- ([\#1323](https://github.com/desmos-labs/desmos/pull/1323)) Bumped `cosmos-sdk` to `v0.47.10`

app/upgrades.go

-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ package app
33
import (
44
v700 "github.com/desmos-labs/desmos/v7/app/upgrades/v700"
55
v710 "github.com/desmos-labs/desmos/v7/app/upgrades/v710"
6-
v720 "github.com/desmos-labs/desmos/v7/app/upgrades/v720"
76
)
87

98
// registerUpgradeHandlers registers all the upgrade handlers that are supported by the app
109
func (app *DesmosApp) registerUpgradeHandlers() {
1110
app.registerUpgrade(v700.NewUpgrade(app.ModuleManager, app.Configurator()))
1211
app.registerUpgrade(v710.NewUpgrade(app.ModuleManager, app.Configurator()))
13-
app.registerUpgrade(v720.NewUpgrade(app.ModuleManager, app.Configurator()))
1412
}

app/upgrades/v720/upgrade.go

-46
This file was deleted.

0 commit comments

Comments
 (0)