Skip to content

Commit

Permalink
release: Natter v2.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed Mar 16, 2024
1 parent ecdfe8d commit 3a11cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion natter-check/natter-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import struct
import codecs

__version__ = "2.0.0-dev"
__version__ = "2.0.0-rc3"

def fix_codecs(codec_list = ["utf-8", "idna"]):
missing_codecs = []
Expand Down
2 changes: 1 addition & 1 deletion natter.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import threading
import subprocess

__version__ = "2.0.0-dev"
__version__ = "2.0.0-rc3"


class Logger(object):
Expand Down

0 comments on commit 3a11cf0

Please sign in to comment.