Skip to content

Commit

Permalink
remove blanks at location which might cause errors when reading csv w…
Browse files Browse the repository at this point in the history
…ith LibreOffice (#482)

* remove blanks

* version bump

---------

Co-authored-by: Pedro Lopez <>
  • Loading branch information
pedrolp85 authored Jan 11, 2024
1 parent e5eafe5 commit d778a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.4.12"
__version__ = "4.4.13"

VERSION = __version__.split(".")
4 changes: 2 additions & 2 deletions nise/generators/aws/aws_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
("SA East (Sao Paulo)", "sa-east-1", "sa-east-1a", "SA1-EBS"),
("SA East (Sao Paulo)", "sa-east-1", "sa-east-1b", "SA1-EBS"),
("SA East (Sao Paulo)", "sa-east-1", "sa-east-1c", "SA1-EBS"),
("Asia Pacific (Mumbai) ", "ap-south-1", "ap-south-1a", "APS1-EBS"),
("Asia Pacific (Mumbai) ", "ap-south-1", "ap-south-1b", "APS1-EBS"),
("Asia Pacific (Mumbai)", "ap-south-1", "ap-south-1a", "APS1-EBS"),
("Asia Pacific (Mumbai)", "ap-south-1", "ap-south-1b", "APS1-EBS"),
("Canada (Central)", "ca-central-1", "ca-central-1a", "CAC1-EBS"),
("Africa (Cape Town)", "af-south-1", "af-south-1a", "AFS1-EBS"),
("AWS GovCloud (US-East)", "us-gov-east-1", "us-gov-east-1a", "USGE1-EBS"),
Expand Down

0 comments on commit d778a8d

Please sign in to comment.