Skip to content

Commit

Permalink
Merge pull request #62 from juntossomosmais/feature/remove-tests-from…
Browse files Browse the repository at this point in the history
…-package
  • Loading branch information
niltonfrederico authored Sep 27, 2023
2 parents 7362f19 + 44a521a commit c97e1fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.3.1] - 2023-08-07

### Changed

- Removed tests folder from package.

## [5.3.0] - 2023-08-07

### Changed
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="django-stomp",
version="5.3.0",
version="5.3.1",
description="A simple implementation of STOMP with Django",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
author_email="Ricardo Baltazar <[email protected]>, Willian Antunes <[email protected]>",
license="MIT",
url="https://github.com/juntossomosmais/django-stomp",
packages=find_packages(),
packages=find_packages(exclude=("tests","tests.*")),
install_requires=["request-id-django-log==0.1.1", "stomp.py~=8.0", "tenacity~=8.0"],
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit c97e1fa

Please sign in to comment.