5 Commits

Author SHA1 Message Date
Abigail Gold 0af82ac241 pin dependency versions (#239) 2020-07-23 00:05:32 -04:00
0x5c 2ba6249b90 Merge pull request #223 from miaowware/action-update
Update linting action
2020-04-19 21:25:08 -04:00
0x5c 2c11dad358 Update linting action
Should now run on PR
2020-04-19 21:10:34 -04:00
Abigail 5f796d479e bump version to 2.3.1 2020-04-02 23:04:29 -04:00
Abigail Gold 3ba55d4c35 update funetics words list (#218)
Fixes #217
2020-04-02 23:02:19 -04:00
6 changed files with 141 additions and 44233 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: Linting
on: [push]
on: [push,pull_request]
jobs:
flake8_py3:
+2
View File
@@ -9,6 +9,8 @@ cty.zip
/docker-compose.yml
.vscode/
#########################################################
# Byte-compiled / optimized / DLL files
+13 -1
View File
@@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [2.3.2] - 2020-07-22
### Fixed
- Dependency issues
## [2.3.1] - 2020-04-02
### Fixed
- Wordlist containing innappropriate words.
## [2.3.0] - 2020-03-30
### Added
- `?phoneticweight` command, which calculates a message's length in syllables.
@@ -100,7 +109,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.0.0 - 2019-07-31 [YANKED]
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.2.3...HEAD
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.3.2...HEAD
[2.3.2]: https://github.com/miaowware/qrm2/releases/tag/v2.3.2
[2.3.1]: https://github.com/miaowware/qrm2/releases/tag/v2.3.1
[2.3.0]: https://github.com/miaowware/qrm2/releases/tag/v2.3.0
[2.2.3]: https://github.com/miaowware/qrm2/releases/tag/v2.2.3
[2.2.2]: https://github.com/miaowware/qrm2/releases/tag/v2.2.2
[2.2.1]: https://github.com/miaowware/qrm2/releases/tag/v2.2.1
+1 -1
View File
@@ -12,5 +12,5 @@ authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
description = """A bot with various useful ham radio-related functions, written in Python."""
license = "Released under the GNU General Public License v2"
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2"
release = "2.3.0"
release = "2.3.2"
bot_server = "https://discord.gg/Ntbg3J4"
+5 -5
View File
@@ -1,5 +1,5 @@
discord.py
ctyparser
beautifulsoup4
lxml
pytz
discord.py==1.3.4
ctyparser==2.0.0.post1
beautifulsoup4==4.9.1
lxml==4.5.2
pytz==2020.1
+119 -44225
View File
File diff suppressed because it is too large Load Diff