Skip to content

Commit

Permalink
Remove deprecated code for release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dapomeroy committed Feb 11, 2025
1 parent 10e9904 commit a5b9156
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 612 deletions.
2 changes: 1 addition & 1 deletion lib/ramble/ramble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


#: major, minor, patch version for Ramble, in a tuple
ramble_version_info = (0, 5, 0)
ramble_version_info = (0, 6, 0)

#: String containing Ramble version joined with .'s
ramble_version = ".".join(str(v) for v in ramble_version_info)
Expand Down
390 changes: 0 additions & 390 deletions lib/ramble/ramble/cmd/flake8.py

This file was deleted.

Loading

0 comments on commit a5b9156

Please sign in to comment.